Skip to content

Conversation

@LeonardHerbst
Copy link
Contributor

Contribution description

Very basic guide, giving a quick introduction to event queues in RIOT.

Testing procedure

I built the guide locally, looks good.

@github-actions github-actions bot added Area: doc Area: Documentation Area: examples Area: Example Applications labels Nov 20, 2025
@crasbe crasbe added Type: new feature The issue requests / The PR implemements a new feature for RIOT CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Nov 20, 2025
@riot-ci
Copy link

riot-ci commented Nov 20, 2025

Murdock results

✔️ PASSED

60b9f49 doc/guides/advanced_tutorials: added event queue guide

Success Failures Total Runtime
19 0 19 02m:59s

Artifacts

Copy link
Member

@AnnsAnns AnnsAnns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looked through it, looks good :)

I'd personally put the source code note at the bottom but I'm also fine with it being at the top like it is right now, either way, feel free to squash.

@LeonardHerbst
Copy link
Contributor Author

LeonardHerbst commented Nov 27, 2025

Looked through it, looks good :)

I'd personally put the source code note at the bottom but I'm also fine with it being at the top like it is right now, either way, feel free to squash.

Great, thanks for taking the time to review it.

@LeonardHerbst LeonardHerbst force-pushed the origin/event_queue_guide branch from dac52ab to cf848b9 Compare November 27, 2025 13:30
@crasbe crasbe enabled auto-merge November 27, 2025 13:32
@crasbe crasbe added this pull request to the merge queue Nov 27, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 27, 2025
@crasbe
Copy link
Contributor

crasbe commented Nov 27, 2025

You'll have to add a Makefile.ci file for the new example. I ran make -C examples/guides/event_queue/Makefile.ci on skyleaf and this is the result:

buechse@skyleaf:~/RIOTstuff/riot-vanillaice/RIOT$ cat examples/guides/event_queue/Makefile.ci
BOARD_INSUFFICIENT_MEMORY := \
    arduino-duemilanove \
    arduino-nano \
    arduino-uno \
    atmega328p \
    atmega328p-xplained-mini \
    atmega8 \
    nucleo-f031k6 \
    nucleo-l011k4 \
    samd10-xmini \
    stm32f030f4-demo \
    #

@LeonardHerbst LeonardHerbst force-pushed the origin/event_queue_guide branch from 4057d4a to 60b9f49 Compare November 28, 2025 12:38
@LeonardHerbst
Copy link
Contributor Author

You'll have to add a Makefile.ci file for the new example. I ran make -C examples/guides/event_queue/Makefile.ci on skyleaf and this is the result:

buechse@skyleaf:~/RIOTstuff/riot-vanillaice/RIOT$ cat examples/guides/event_queue/Makefile.ci
BOARD_INSUFFICIENT_MEMORY := \
    arduino-duemilanove \
    arduino-nano \
    arduino-uno \
    atmega328p \
    atmega328p-xplained-mini \
    atmega8 \
    nucleo-f031k6 \
    nucleo-l011k4 \
    samd10-xmini \
    stm32f030f4-demo \
    #

Thanks I'll remember this for next time.

@crasbe crasbe added this pull request to the merge queue Nov 28, 2025
Merged via the queue into RIOT-OS:master with commit 5196bac Nov 28, 2025
26 checks passed
@AnnsAnns
Copy link
Member

Thank you both 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: doc Area: Documentation Area: examples Area: Example Applications CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: new feature The issue requests / The PR implemements a new feature for RIOT

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants